home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
zlaty kalich
/
zlatykalich
/
ZlatyKalich.exe
/
scripts
/
DefineButton2_865
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2001-12-02
|
791b
|
35 lines
on(release){
x = Math.round(this._x / 45) - 1;
if(_root.draglej == _root.itembar[x])
{
stopDrag();
_root.draglej = 0;
_root.itembar_refresh();
}
else if(_root.draglej == 0)
{
if(_root.itembar[x] == 10)
{
_root.itembar[x] = 11;
_root.itembar_refresh();
}
else
{
startDrag("_root.i" add _root.itembar[x],0);
_root.draglej = _root.itembar[x];
}
}
else if(_root.draglej == 3 && _root.itembar[x] == 4)
{
_root.draglej = 0;
_root.itembar[x] = 5;
_root.itembar_remove(3);
}
else if(_root.draglej == 4 && _root.itembar[x] == 3)
{
_root.draglej = 0;
_root.itembar[x] = 5;
_root.itembar_remove(4);
}
}